home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2005 October / PCWOCT05.iso / Software / FromTheMag / Syn Text Editor 2.1.0.46 / synsetup-2.1.0.46.exe / {app} / syn.exe / 0 / RCDATA / TCONFIRMREPLACEDIALOG / TCONFIRMREPLACEDIALOG.txt
Text File  |  2004-02-29  |  1KB  |  72 lines

  1. object ConfirmReplaceDialog: TConfirmReplaceDialog
  2.   Left = 336
  3.   Top = 268
  4.   BorderStyle = bsDialog
  5.   Caption = 'Confirm replace'
  6.   ClientHeight = 95
  7.   ClientWidth = 328
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   OnCreate = FormCreate
  16.   OnDestroy = FormDestroy
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object lblConfirmation: TLabel
  20.     Left = 60
  21.     Top = 12
  22.     Width = 261
  23.     Height = 44
  24.     AutoSize = False
  25.     WordWrap = True
  26.   end
  27.   object Image1: TImage
  28.     Left = 16
  29.     Top = 16
  30.     Width = 32
  31.     Height = 32
  32.   end
  33.   object btnReplaceAll: TCorelButton
  34.     Left = 245
  35.     Top = 65
  36.     Width = 75
  37.     Height = 23
  38.     Caption = 'Yes to &all'
  39.     ModalResult = 10
  40.     TabOrder = 3
  41.   end
  42.   object btnCancel: TCorelButton
  43.     Left = 166
  44.     Top = 65
  45.     Width = 75
  46.     Height = 23
  47.     Cancel = True
  48.     Caption = 'Cancel'
  49.     ModalResult = 2
  50.     TabOrder = 2
  51.   end
  52.   object btnSkip: TCorelButton
  53.     Left = 87
  54.     Top = 65
  55.     Width = 75
  56.     Height = 23
  57.     Caption = '&No'
  58.     ModalResult = 7
  59.     TabOrder = 1
  60.   end
  61.   object btnReplace: TCorelButton
  62.     Left = 8
  63.     Top = 65
  64.     Width = 75
  65.     Height = 23
  66.     Caption = '&Yes'
  67.     Default = True
  68.     ModalResult = 6
  69.     TabOrder = 0
  70.   end
  71. end
  72.